home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
picklist
/
testlb.dpr
< prev
next >
Wrap
Text File
|
1996-04-08
|
259b
|
15 lines
program Testlb;
uses
Forms,
Testpick in 'TESTPICK.PAS' {Form1},
Od_test in 'OD_TEST.PAS' {PoemDialog};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TPoemDialog, PoemDialog);
Application.Run;
end.